home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
utility
/
utilcli
/
abortpkt.rdm
< prev
next >
Wrap
Text File
|
1997-01-18
|
731b
|
18 lines
Short: AbortPkt () -> ACTION_ABORT patch
Author: fasten@shw.com (Bernhard Fastenrath)
Uploader: fasten@shw.com (Bernhard Fastenrath)
Version: 0.1
Type: util/sys
This program patches the dos.library function AbortPkt() to send an
ACTION_ABORT packet. In dos.library 40.3 AbortPkt() does nothing at
all so things can only improve.
The ACTION_ABORT packet type wasn't reserved by Commodore so initally
only very few handlers will understand it.
Supporting ACTION_ABORT makes a Unix-like select() or poll() on
dos.library file handles possible, which is (IMHO) an important feature
for interactive handlers and network filesystems.
Please Note: This is only a proposal and the ACTION_ABORT isn't
officially reserved (yet).